home *** CD-ROM | disk | FTP | other *** search
/ How Would You Survive? / How Would You Survive (1995)(Grolier)[Mac-PC].iso / mac / SHARED.DIR / 01971_Script_CrossViking < prev    next >
Text File  |  1995-09-13  |  438b  |  29 lines

  1. global gNewMarker
  2.  
  3. on ACrossViking
  4.   WatchCursor
  5.   TurnOffPuppets
  6.   PUPPETSOUND "STIME.AIF"
  7.   updatestage
  8.   InitsoundsV
  9.   if gNewMarker = "Market" then
  10.     put "Town" into gNewMarker
  11.   end if
  12.   go to frame gNewMarker of movie "VikingW"
  13.   abort
  14. end
  15.  
  16.  
  17. on ECrossViking
  18.   WatchCursor
  19.   TurnOffPuppets
  20.   PUPPETSOUND "STIME.AIF"
  21.   updatestage
  22.   InitsoundsV
  23.   go to frame gNewMarker of movie "VikingW"
  24.   abort
  25. end
  26.  
  27.  
  28.  
  29.